<p class="Head1"><help:paragraphinfo state="U" number="1"/><help:key-word value="Minute; function" tag="kw66487_1"/><help:link Id="66487">Minute Function [Runtime]</help:link></p>
<p class="Paragraph"><help:paragraphinfo state="U" number="2"/>Returns the minute of the hour that corresponds to the serial time value that is generated by the TimeSerial or the TimeValue function.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="8" xmlns:help="http://openoffice.org/2000/help"/><span class="T1">Number:</span> Numeric expression that contains the serial time value that is used to return the minute value.</p>
<p class="Paragraph"><help:paragraphinfo state="U" number="9" xmlns:help="http://openoffice.org/2000/help"/>This function is the opposite of the <span class="T1">TimeSerial </span>function. It returns the minute of the serial time value that is generated by the <span class="T1">TimeSerial</span> or the <span class="T1">TimeValue </span>function. For example, the expression:</p>
<p class="PropText"><help:paragraphinfo state="U" number="14" xmlns:help="http://openoffice.org/2000/help"/>MsgBox "The current minute is "& Minute(Now)& "."</p>